<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* CSS Document */

* {
	box-sizing: border-box;
	font-style: normal;
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,dt,strong,b {
	font-weight: normal;
	transition: all 0.4s;
}

BODY {
	FONT: 15px/1.6 Arial,"sy-n";
	COLOR: #666;
	background: #fff;
	width: 100%;
	overflow-x: hidden;
}

A {
	COLOR: #666;
	TEXT-DECORATION: none;
	transition: all 0.4s;
}

p {
	COLOR: #666;
}

A:hover,A:visited,A:active {
	TEXT-DECORATION: none;
	BACKGROUND: none;
}

A IMG {
	BORDER-BOTTOM-STYLE: none;
	BORDER-RIGHT-STYLE: none;
	BORDER-TOP-STYLE: none;
	BORDER-LEFT-STYLE: none;
}

DIV {
	PADDING-BOTTOM: 0px;
	LIST-STYLE-TYPE: none;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px;
}

UL {
	PADDING-BOTTOM: 0px;
	LIST-STYLE-TYPE: none;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px;
}

LI {
	PADDING-BOTTOM: 0px;
	LIST-STYLE-TYPE: none;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px;
}

P {
	PADDING-BOTTOM: 0px;
	LIST-STYLE-TYPE: none;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px;
}

FORM {
	PADDING-BOTTOM: 0px;
	LIST-STYLE-TYPE: none;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px;
}

EM {
	FONT-STYLE: normal;
	FONT-WEIGHT: normal;
}

TABLE {
	PADDING-BOTTOM: 0px;
	LIST-STYLE-TYPE: none;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px;
}

DT {
	PADDING-BOTTOM: 0px;
	LIST-STYLE-TYPE: none;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px;
}

DL {
	PADDING-BOTTOM: 0px;
	LIST-STYLE-TYPE: none;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px;
}

DD {
	PADDING-BOTTOM: 0px;
	LIST-STYLE-TYPE: none;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px;
}

FORM {
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px;
}

TR {
	PADDING-BOTTOM: 0px;
	LIST-STYLE-TYPE: none;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px;
}

.cl {
	HEIGHT: 0px;
	CLEAR: both;
}

.fl {
	FLOAT: left
}

.fr {
	FLOAT: right
}

.container {
	max-width: 1560px;
	margin: 0 auto;
	width: 92%;
	padding: 0px;
}

.c {
	*zoom: 1;
}

.c:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

.txt-c {
	text-align: center;
}

.txt-r {
	text-align: right;
}

.col-white {
	color: #fff;
}

.col-main {
	color: #172029;
}

input,button,textarea {
	outline: none;
	border: none;
	background: none;
	font-family: "Roboto";
}

input:-internal-autofill-selected {
	-webkit-text-fill-color: #000 !important;
	transition: background-color 5000s ease-in-out 0s !important;
}

img {
	display: block;
	max-width: 100%;
	transition: all 0.4s;
}

svg,path,span,p,em,i,dd,li,dl,a {
	transition: all 0.4s;
}

/*字体定义*/
@font-face {
	font-family: "sy-b";
	src: url("../fonts/SOURCEHANSANSCN-BOLD.OTF");
}

@font-face {
	font-family: "sy-n";
	src: url("../fonts/SOURCEHANSANSCN-NORMAL.OTF");
}

@font-face {
	font-family: "din";
	src: url("../fonts/DINPro-Regular.otf");
}

@font-face {
	font-family: "din-m";
	src: url("../fonts/DINPro-Medium.otf");
}
@font-face {
	font-family: "hg";
	src: url("../fonts/Handel Gothic BT.ttf");
}

@font-face {
	font-family: "Roboto";
	src: url("../fonts/Roboto-Regular.ttf");
}

@font-face {
	font-family: "Roboto-m";
	src: url("../fonts/Roboto-Medium.ttf");
}
@font-face{
	font-family:MontHeavyDEMO;
	src:url('../fonts/Mont-HeavyDEMO.otf');
}


/*浏览器滚动条 begin*/

::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}

::-webkit-scrollbar-thumb {
	border-radius: 0;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #ccc;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: #f0f0f0;
}


/*浏览器滚动条 end*/


/*首页栏目标题样式*/

.sy-title span {
	display: block;
	color: #0c8de0;
	font-size: 18px;
	line-height: 1.1;
}

.sy-title h3 {
	color: #000;
	font-size: 42px;
	font-family: hg;
	line-height: 1.1;
	margin-top: 10px;
}


/*公共头部*/

#header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	transition: all 0.4s;
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.topBg {
	height: 100px;
	transition: all 0.4s;
}

.topBg.scrollTop {
	height: 100px;
}

.top-info {
	background: #0c8de0;
}

.top-info .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.top-info .connect li {
	display: flex;
	align-items: center;
	margin-right: 40px;
}

.top-info .connect {
	display: flex;
	align-items: center;
}

.top-info .connect li i {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 8px;
}

.top-info .connect li a {
	color: #fff;
	transition: all 0.2s;
}

.top-info .connect li a:hover {
	color: #fff;
	text-decoration: underline;
}

.top-info .welcome{
	line-height: 1em;
	font-size: 14px;
	color: #fff;
	line-height: 50px;
}


/*PC导航*/

.header .container {
	display: flex;
	align-items: center;
}

.header .logo {
	width: 465px;
	transition: all 0.4s;
}

.header .logo img {
	display: block;
	width: auto;
	height: 80px;
	transition: all 0.4s;
}

.header .logo h1 a {
	display: flex;
	align-items: center;
}

.header .logo h1 a h3 {
	font-family: hg;
	font-size: 36px;
	color: #000;
	text-transform: uppercase;
	margin-left: 16px;
	transition: all 0.4s;
}

.header .nav {
	width: calc(100% - 370px);
	padding-right: 35px;
	transition: all 0.4s;
}

.header .nav_yiji {
	display: flex;
	justify-content: flex-end;
}

.header .nav_yiji&gt;li {
	position: relative;
	margin: 0px 25px;
}

.header .nav_yiji&gt;li&gt;a {
	display: block;
	font-size: 17px;
	line-height: 100px;
	color: #333333;
}

.header .nav_yiji&gt;li.on&gt;a,
.header .nav_yiji&gt;li:hover&gt;a {
	color: #0c8de0;
}

.header .nav_yiji&gt;li:hover .nav_erji {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.header .nav_erji {
	width: max-content;
	position: absolute;
	left: 0;
	top: 100px;
	z-index: 99;
	background: #fff;
	box-shadow: 0 10px 20px rgb(0 0 0 / 20%);
	opacity: 0;
	pointer-events: none;
	transform: translateY(50px);
	transition: all 0.4s;
	padding: 10px 20px 24px;
}

.header .nav_erji li a {
	display: block;
	line-height: 40px;
	color: #333;
	font-size: 14px;
	border-bottom: 1px dashed #dbdbdb;
}

.header .nav_erji li:hover a {
	color: #0c8de0;
}

.header .lan {
	width: 55px;
	position: relative;
	background: #fff;

}
.header .lan a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header .lan .lan-icon {
	cursor: pointer;
	background: inherit;
	position: relative;
}

.header .lan .lan-icon i {
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	background: inherit;
}
.header .lan .lan-txt{
	font-size: 14px;
	color: #666;
}




/*手机端导航*/

.wrap_nav {
	display: none;
}

.wrap_nav .menuBtn {
	position: relative;
	z-index: 1300;
	display: flex;
	align-items: center;
	height: 70px;
	width: 100%;
}

.wrap_nav .menuBtn dd {
	width: 0;
	height: 2px;
	background: #0c8de0;
}

.wrap_nav .menuBtn dd:first-child {
	animation: sjnav 2.4s linear infinite;
}

.wrap_nav .menuBtn dd:nth-child(2) {
	margin: 6px 0;
	width: 30px;
}

.wrap_nav .menuBtn dd:last-child {
	animation: sjnav 2.4s linear infinite;
	animation-delay: 0.4s;
}

.m_bg {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999999;
	background: rgba(0, 0, 0, 0.7);
	transition: all 0.4s;
	opacity: 0;
	pointer-events: none;
}

#m_header {
	width: 85%;
	height: 100%;
	position: fixed;
	left: -85%;
	top: 0;
	z-index: 99999999;
	background: #fff;
	transition: all 0.4s;
	opacity: 0;
	overflow-y: auto;
	padding: 0 15px;
}

.m_bg.show {
	opacity: 1;
}

#m_header.show {
	left: 0;
	opacity: 1;
}

#m_header .m_top {
	position: sticky;
	top: 0;
	background: #fff;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 70px;
}

#m_header .m_top .m_logo {
	display: flex;
	align-items: center;
}

#m_header .m_top .m_logo img {
	height: 30px;
}

#m_header .m_top .m_logo h3 {
	font-family: hg;
	font-size: 20px;
	color: #000;
	text-transform: uppercase;
	margin-left: 10px;
	transform: translateY(1px);
}

#m_header .m_close {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	font-size: 20px;
	color: #0c8de0;
}

#m_header .m_nav_yiji&gt;li {
	border-bottom: 1px solid #dbdbdb;
}

#m_header .m_nav_yiji&gt;li&gt;h3 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#m_header .m_nav_yiji&gt;li&gt;h3&gt;a {
	color: #000;
	padding: 15px 0 12px;
	font-size: 15px;
}

#m_header .m_nav_yiji&gt;li&gt;h3&gt;i {
	font-size: 20px;
	color: #000;
	padding: 5px 10px;
}

#m_header .m_nav_erji {
	padding: 10px 0;
	border-top: 1px solid #dbdbdb;
	display: none;
}

#m_header .m_nav_erji li {
	display: flex;
	align-items: baseline;
}

#m_header .m_nav_erji li a {
	padding: 4px 0 4px 12px;
	position: relative;
}

#m_header .m_nav_erji li a:before {
	content: "";
	width: 4px;
	height: 4px;
	background: #0c8de0;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 12px;
	transition: all 0.4s;
}

#m_header .m_nav_yiji&gt;li&gt;h3&gt;i.rotate {
	transform: rotate(180deg);
}

#m_header .m_nav_erji li a:hover {
	color: #0c8de0;
}

#m_header .m_lan {
	margin: 20px 0;
	display: flex;
}

#m_header .m_lan a {
	display: block;
	line-height: 37px;
	background: #0c8de0;
	color: #fff;
	width: calc((100% - 3px) / 4);
	margin-right: 1px;
}
#m_header .m_lan a:last-child{
	margin-right: 0;
}
#m_header .m_lan a:hover {
	background: #3461db;
}

#m_header .m_conInfo {
	margin-bottom: 30px;
}

#m_header .m_conInfo ul li {
	display: flex;
	align-items: baseline;
	margin-top: 6px;
}

#m_header .m_conInfo ul li i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 14px;
	transform: translateY(3px);
}

#m_header .m_conInfo ul li a {
	padding-left: 8px;
	color: #666;
	width: calc(100% - 14px);
	transition: all 0.2s;
}

#m_header .m_conInfo ul li a:hover {
	color: #0c8de0;
	text-decoration: underline;
}


/*订阅邮箱*/

.sub {
	padding: 50px 0 60px;
	background: url(../images/subBg.jpg) no-repeat center;
}

.sub h3 {
	font-family: hg;
	font-size: 30px;
}

.sub .mail-send {
	margin: 20px auto 0;
	width: 480px;
	max-width: 100%;
}

.sub .mail-send form {
	display: flex;
	padding: 0 20px;
	border-bottom: 2px solid #fff;
}

.sub .mail-send form .mail-input {
	width: calc(100% - 16px);
}

.sub .mail-send form input {
	width: 100%;
	color: #fff;
	line-height: 50px;
	font-size: 15px;
}

.sub .mail-send form .mail-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 50px;
}

.sub .mail-send form button {
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.sub input:-internal-autofill-selected {
	-webkit-text-fill-color: #fff !important;
	transition: background-color 5000s ease-in-out 0s !important;
}

/*公共底部*/

.footer {
	background: #2f353a;
	padding: 50px 0;
}

.footer .container {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.footer .foot-contact {
	width: 300px;
}

.footer .foot-contact h3 {
	padding-bottom: 10px;
	font-size: 18px;
	color: #fff;
	font-family: 'hg';
}

.footer .foot-contact ul li {
	display: flex;
	align-items: baseline;
	margin-top: 10px;
}

.footer .foot-contact ul li i {
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translateY(2px);
	width: 16px;
}

.footer .foot-contact ul li span {
	padding-left: 10px;
	width: calc(100% - 16px);
	color: #fff;
}

.footer .foot-contact ul li span a {
	transition: all 0.2s;
	color: #fff;
}

.footer .foot-contact ul li span a:hover {
	text-decoration: underline;
}

.footer .foot-nav {
	width: calc(100% - 430px);
	display: flex;
	align-items: flex-start;
	justify-content:space-around;
}

.footer .foot-nav dl {
}

.footer .foot-nav dl h3 a {
	display: block;
	font-size: 18px;
	color: #fff;
	padding-bottom: 10px;
	font-family: 'hg';
}

.footer .foot-nav dl dd {
	margin-top: 10px;
}

.footer .foot-nav dl dd a {
	display: block;
	transition: all 0.2s;
	color: #fff;
}

.footer .foot-nav dl dd:hover a {
	text-decoration: underline;
}
.footer .foot-qrode{
	width: 130px;
}
.footer .foot-qrode img{
	border-radius: 5px;
	background: #fff;
	padding: 10px;
}
.footer .foot-qrode p{
	line-height: 1em;
	text-align: center;
	margin-top: 10px;
	color: #fff;
}
/*版权说明*/

.copy {
	background: #172029;
	padding: 20px 0;
}

.copy .container {
}

.copy .left-copy {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.copy .left-copy img {
	width: 16px;
	margin: 0 10px;
	transform: translateY(-1px);
}
.copy .left-copy a{
	color: #fff;
}
.copy .left-copy a:hover {
	color: #fff;
	text-decoration: underline;
}

.copy .right-social {
	display: flex;
	align-items: center;
}

.copy .right-social span {
	padding-right: 20px;
	line-height: 20px;
	color: #4c4c4c;
}

.copy .right-social a {
	display: block;
	width: 40px;
	height: 40px;
	background: #eb3d00;
	line-height: 40px;
	margin-left: 10px;
	color: #fff;
}

.copy .right-social a:hover {
	background: #3461db;
}



/*侧边栏*/

.sidebar {
	position: fixed;
	right: -40px;
	bottom: 30%;
	z-index: 999;
	opacity: 0;
	transition: all 0.4s;
}

.sidebar li {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 1px;
	background: #0c8de0;
	cursor: pointer;
	position: relative;
}

.sidebar li .info {
	background: #0c8de0;
	position: absolute;
	right: 41px;
	top: 0;
	display: none;
}

.sidebar li .info a {
	display: block;
	line-height: 40px;
	padding: 0 20px;
	white-space: nowrap;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
	color: #fff;
}

.sidebar li .info a:last-child {
	border-bottom: none;
}

.sidebar li i {
	font-size: 18px;
	color: #fff;
}

.sidebar.show {
	right: 10px;
	opacity: 1;
}

.sidebar li:hover .info {
	display: block;
}

.sidebar li .info a:hover {
	background: #0c8de0;
}


/*移动端状态栏*/

.statuar {
	display: none;
	background: #fff;
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 999;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.statuar ul {
	display: flex;
	align-items: stretch;
}

.statuar ul li {
	width: 20%;
	text-align: center;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.statuar ul li a {
	display: block;
	width: 100%;
	text-align: center;
	padding: 8px 0 6px;
}

.statuar ul li a i {
	display: block;
	height: 24px;
	width: 24px;
	border-radius: 50%;
	margin: 0 auto 3px;
	color: #0c8de0;
	line-height: 26px;
	font-size: 18px;
}

.statuar ul li a span {
	display: block;
	color: #000;
}

.statuar ul li:nth-child(3) a {
	background: #0c8de0;
}

.statuar ul li:nth-child(3) a i {
	background: #fff;
	color: #0c8de0;
}

.statuar ul li:nth-child(3) a span {
	color: #fff;
}


/*内页banner*/

.ny-ban {
	height: 400px;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 0;
	background-size: cover !important;
}

.ny-ban:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	background: url(../images/bot.png) center rgba(8, 24, 44, 1);
	opacity: 0.5;
}

.banTtile h3 {
	font-family: hg;
	font-size: 48px;
	color: #fff;
	line-height: 1.1;
}

.bread {
	padding: 15px 0 0;
}

.bread .breadcrumbs {
	color: #fff;
}

.bread .breadcrumbs i {
	line-height: 22px;
	margin-right: 4px;
}

.bread .breadcrumbs em {
	padding: 0 1px;
}

.bread .breadcrumbs a {
	color: #fff;
}
.bread .breadcrumbs a.current {
	color: #3498db;
}
.bread .breadcrumbs span.current {
	color: #3498db;
}

.bread .breadcrumbs a:hover {
	color: #3498db;
}

/*分页*/
.pagination{
	display:flex;
	align-items:center;
	justify-content:center;
	margin-top: 50px;
}
.pagination p,
.pagination a{
	display:block;
	margin:0 4px;
	line-height:40px;
	text-align:center;
	width:50px;
	height:40px;
	background:#fff;
	border:1px solid #ccc;
	color:#172029;
}
.pagination a:hover,
.pagination a.cur{
	border:1px #0c8de0 solid;
	background:#0c8de0;
	color: #fff;
}

.pagination p.pageEllipsis{
	border:none;
	background:none;
	line-height:36px;
	width: 30px;
}


/*地图*/

#mapContainer .info {
	border: 1px solid #ccc;
	width: 420px;
}

#tip {
	height: 30px;
	background-color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
	font-size: 12px;
	right: 10px;
	bottom: 20px;
	border-radius: 3px;
	line-height: 30px;
	border: 1px solid #ccc;
}

div.info-top {
	position: relative;
	background: none repeat scroll 0 0 #F9F9F9;
	border-bottom: 1px solid #CCC;
}

div.info-top div {
	display: block;
	color: #172029;
	font-size: 15px;
	line-height: 35px;
	padding: 0 10px;
	text-align: left;
}

div.info-top img {
	position: absolute;
	top: 13px;
	right: 10px;
	transition-duration: 0.25s;
}

div.info-top img:hover {
	box-shadow: 0px 0px 5px #000;
}

div.info-middle {
	font-size: 13px;
	padding: 10px;
	line-height: 22px;
	text-align: left;
	color: #000;
}

div.info-bottom {
	height: 0px;
	width: 100%;
	clear: both;
	text-align: center;
}

div.info-bottom img {
	position: relative;
	z-index: 104;
	left: 46%;
}


/*产品详情放大查看*/

.zm-viewer {
	position: absolute;
	display: none;
	overflow: hidden;
	z-index: 99;
	background: #f0f0f0;
}

.zm-viewer img {
	mix-blend-mode: darken;
	max-width: unset;
	transition: none;
}

.zm-handler {
	position: absolute !important;
	display: none;
	overflow: hidden;
	cursor: crosshair;
	border: none !important;
	background: #f0f0f0;
}

.zm-description {
	display: none;
}


/*留言表单*/

.inquiry dl {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.inquiry dl dd {
	width: 50%;
	padding: 10px 15px;
}

.inquiry dl dd.message-input {
	width: 100% !important;
}

.inquiry span,
.inquiry input,
.inquiry button,
.inquiry textarea {
	display: block;
	width: 100%;
}

.inquiry span i {
	color: #ff0000;
}

.inquiry input,
.inquiry textarea {
	border: 4px solid #e5e5e5;
	padding: 12px 15px;
	transition: all 0.4s;
	margin-top: 6px;
	line-height: 24px;
}

.inquiry input:focus,
.inquiry textarea:focus {
	border-color: #0c8de0;
}

.inquiry textarea {
	height: 120px;
}

.inquiry dl dt {
	width: 100%;
	padding: 0 15px;
	margin-top: 20px;
}

.inquiry dl dt button {
	background: #0c8de0;
	color: #fff;
	line-height: 55px;
	cursor: pointer;
	transition: all 0.4s;
	text-transform: uppercase;
}

.inquiry dl dt button:hover {
	background: #3461db;
}

/*详情上下链接*/
.xq-toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 30px;
	border-top: 1px solid #dbdbdb;
}
.xq-toggle .left {
	width: calc(100% - 240px);
}
.xq-toggle .left li {
	padding: 2px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.xq-toggle .left li span {
	padding-right: 4px;
	color: #1a1a1a;
}
.xq-toggle .left li a:hover {
	color: #0c8de0;
	text-decoration: underline;
}
.xq-toggle .right {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 180px;
	background: #0c8de0;
	line-height: 56px;
}
.xq-toggle .right i {
	color: #fff;
	font-size: 12px;
	margin-left: 10px;
}
.xq-toggle .right span {
	color: #fff;
	text-transform: capitalize;
	font-size: 15px;
	transform: translateY(1px);
}
/*关于标题*/
.ny-title h3{
	font-size: 36px;
	color: #000;
	font-family: 'hg';
	text-transform: capitalize;
	line-height: 1;
	text-align: center;
}
@media only screen and (max-width: 1280px) {
	.container {
		max-width: 1180px;
	}
	.sy-title h2 {
		font-size: 32px;
	}
	BODY {
		FONT: 14px/1.6 Arial,"sy-n";
	}
	/*首页标题*/
	.sy-title span {
		font-size: 17px;
	}
	.sy-title h3 {
		font-size: 36px;
		margin-top: 8px;
	}
	/*公共头部*/
	.top-info .lan-top {
		height: 40px;
	}
	.top-info .lan {
		padding: 0 20px;
	}
	.top-info .lan-list {
		top: 40px;
	}
	.header .logo {
		width: 244px;
	}
	.header .logo h1 a img {
		height: 40px;
	}
	.header .logo h1 a h3 {
		font-size: 24px;
	}
	.header .nav {
		width: calc(100% - 260px);
	}
	.header .nav_yiji&gt;li&gt;a {
		line-height: 80px;
		font-size: 15px;
	}
	.header .nav_erji {
		top: 80px;
		padding: 6px 12px 16px;
	}
	.header .search .search-box {
		top: 120px;
		padding: 20px 30px 30px;
	}
	.header .search .search-box form {
		width: 80%;
	}
	.header .search .search-box form input {
		line-height: 50px;
		font-size: 14px;
	}
	.header .search .search-box form button {
		height: 50px;
	}
	.topBg {
		height: 120px;
	}

	#header.scrollTop .header .search .search-box {
		top: 80px;
	}
	/*公共底部*/
	.sub {
		padding: 40px 0 50px;
	}
	.sub h3 {
		font-size: 28px;
	}
	.sub .mail-send {
		margin: 10px auto 0;
	}
	.footer {
		padding: 40px 0;
	}
	.footer .foot-contact {
		width: 340px;
	}
	.footer .foot-contact h3 {
		padding-bottom: 6px;
	}
	.footer .foot-nav {
		width: calc(100% - 340px);
	}
	.footer .foot-nav dl {
		margin-left: 80px;
	}
	.footer .foot-nav dl h3 a {
		padding-bottom: 6px;
	}
	/*留言表单*/
	.inquiry input,
	.inquiry textarea {
		font-size: 14px;
	}
	.inquiry dl {
		margin: 0 -10px;
	}
	.inquiry dl dd {
		padding: 10px;
	}
	.inquiry dl dt {
		margin-top: 10px;
	}
	.inquiry dl dt button {
		line-height: 50px;
	}
	/*内页 banner*/
	.banTtile h3 {
		font-size: 42px;
	}
	.bread .breadcrumbs {
		font-size: 15px
	}
	/*详情上下链接*/
	.xq-toggle {
		padding-top: 20px;
	}
	.xq-toggle .right {
		width: 170px;
		line-height: 50px;
	}
	/*关于标题*/
	.ny-title h3{
		font-size: 32px;
	}
}

@media only screen and (max-width: 1180px) {
	BODY {
		FONT: 13px/1.6 "Roboto";
	}

	/*首页标题*/
	.sy-title span {
		font-size: 15px;
	}
	.sy-title h3 {
		font-size: 32px;
	}
	/*公共头部*/
	.header .logo {
		width: 214px;
	}
	.header .logo h1 a h3 {
		font-size: 22px;
		margin-left: 10px;
		transform: translateY(2px);
	}
	.header .nav {
		width: calc(100% - 230px);
	}
	.header .nav {
		padding-right: 10px;
	}
	.header .nav_yiji&gt;li&gt;a {
		padding: 0 15px;
		font-size: 15px;
	}
	.header .nav_erji {
		padding: 6px 10px 12px;
	}
	.header .nav_erji li a {
		line-height: 35px;
	}
	.header .search .search-box {
		padding: 10px 30px 30px;
	}
	/*公共底部*/
	.sub {
		padding: 30px 0 40px;
	}
	.sub h3 {
		font-size: 24px;
	}
	.sub .mail-send {
		margin: 10px auto 0;
	}
	.footer {
		padding: 40px 0;
	}
	.footer .foot-contact {
		width: 280px;
	}
	.footer .foot-contact h3 {
		font-size: 16px;
	}
	.footer .foot-contact ul li {
		margin-top: 6px;
	}
	.footer .foot-contact ul li i {
		transform: translateY(3px);
		width: 14px;
	}
	.footer .foot-contact ul li span {
		padding-left: 8px;
		width: calc(100% - 14px);
	}
	.footer .foot-nav {
		width: calc(100% - 280px);
	}
	.footer .foot-nav dl {
		margin-left: 70px;
	}
	.footer .foot-nav dl h3 a {
		font-size: 16px;
	}
	.footer .foot-nav dl dd {
		margin-top: 6px;
	}
	.footer .foot-nav dl:last-child {
		display: none;
	}
	.copy .right-social span {
		padding-right: 16px;
		line-height: 18px;
	}
	.copy .right-social a {
		width: 36px;
		height: 36px;
		line-height: 36px;
		margin-left: 6px;
	}
	/*留言表单*/
	.inquiry dl dd {
		padding: 6px 10px;
	}
	.inquiry input,
	.inquiry textarea {
		padding: 10px 12px;
		font-size: 13px;
	}
	.inquiry dl dt {
		margin-top: 14px;
		padding: 0 10px;
	}
	/*内页 banner*/
	.ny-ban {
		height: 200px;
	}
	.banTtile h3 {
		font-size: 36px;
	}
	.bread {
		padding: 10px 0 0;
	}
	.bread .breadcrumbs {
		font-size: 13px
	}
	/*详情上下链接*/
	.xq-toggle .left {
		width: calc(100% - 200px);
	}
	.xq-toggle .left li {
		padding: 1px 0;
	}
	.xq-toggle .right {
		width: 140px;
		line-height: 42px;
	}
	.xq-toggle .right span{
		font-size: 13px;
	}
	.xq-toggle .right i{
		transform: translateY(1px);
	}
	/*关于标题*/
	.ny-title h3{
		font-size: 28px;
	}
}

@media only screen and (max-width: 820px) {
	.container {
		max-width: 100%;
		padding: 0 20px;
	}
	/*首页标题*/
	.sy-title span {
		font-size: 14px;
	}
	.sy-title h3 {
		font-size: 28px;
	}
	/*公共头部*/
	#header.scrollTop {
		top: 0;
	}
	.top-info {
		display: none;
	}
	.header .container {
		justify-content: space-between;
	}
	.wrap_nav {
		display: block;
	}
	.wrap_nav .menuBtn {
		height: 60px;
	}
	.header .nav {
		display: none;
	}
	.header .logo {
		width: auto;
	}
	.header .search .search-box {
		top: 60px;
		padding: 10px 20px 20px;
	}
	.header .search .search-box form {
		width: 100%;
	}
	.header .search .search-box form input {
		line-height: 40px;
		font-size: 13px;
	}
	.header .search .search-box form button {
		height: 40px;
		font-size: 14px;
	}
	#header.scrollTop .header .search .search-box {
		top: 60px;
	}
	.topBg {
		height: 60px;
	}
	/*侧边栏*/
	.sidebar {
		bottom: 80px;
	}
	.sidebar li {
		background: #0c8de0;
	}
	.sidebar li:not(:last-child) {
		display: none;
	}
	/*公共底部*/
	.sub h3 {
		font-size: 22px;
	}
	.footer {
		padding: 30px 0;
	}
	.footer .foot-contact {
		width: 320px;
	}
	.footer .foot-nav {
		display: none;
	}
	.footer .foot-qrode{
		display: none;
	}

	.copy .container {
		display: block;
	}
	.copy {
		margin-bottom: 60px;
	}
	.copy .left-copy {
		justify-content: center;
		margin-bottom: 12px;
	}
	.copy .left-copy img {
		width: 14px;
		margin: 0 8px;
		transform: translateY(-1px);
	}
	.copy .right-social {
		justify-content: center;
	}
	.statuar {
		display: block;
	}

	/*内页 banner*/
	.ny-ban {
		height: 160px;
	}
	.banTtile h3 {
		font-size: 32px;
	}
	/*详情上下链接*/
	.xq-toggle .left {
		width: calc(100% - 180px);
	}
	.xq-toggle .right {
		width: 140px;
	}
	/*关于标题*/
	.ny-title h3{
		font-size: 24px;
	}
}

@media only screen and (max-width: 540px) {
	.container {
		padding: 0 10px;
	}
	/*首页标题*/
	.sy-title span {
		font-size: 13px;
	}
	.sy-title h3 {
		font-size: 24px;
		margin-top: 6px;
	}
	/*公共头部*/
	.topBg {
		height: 60px;
	}
	.header .search .search-box {
		top: 60px;
		padding: 10px 20px 20px;
	}
	/*公共底部*/
	.sub {
		padding: 20px 0;
	}
	.sub h3 {
		font-size: 16px;
	}
	.sub .mail-send {
		margin: 0 auto;
	}
	.sub .mail-send form {
		padding: 0 10px;
		border-bottom: 1px solid #fff;
	}
	.sub .mail-send form input {
		line-height: 45px;
		font-size: 13px;
	}
	.sub .mail-send form button {
		width: 14px;
		height: 14px;
	}
	.sub .mail-send form button svg {
		width: 14px;
		height: 14px;
	}
	.sub .mail-send form .mail-btn {
		width: 16px;
		height: 45px;
	}
	.footer {
		padding: 20px 0;
	}
	.footer .container {
		display: block;
	}
	.footer .foot-nav {
		display: none;
	}
	.footer .foot-contact {
		width: 100%;
	}
	.footer .foot-contact h3 {
		font-size: 20px;
		padding-bottom: 0;
	}
	.copy .left-copy {
		margin-bottom: 12px;
		flex-wrap: wrap;
	}
	.copy .left-copy img {
		margin: 0 8px 0 0;
		transform: translateY(-2px);
	}
	.copy .left-copy span {
		display: block;
		text-align: center;
		width: 100%;
	}
	/*留言表单*/
	.inquiry input,
	.inquiry textarea {
		font-size: 13px;
	}
	.inquiry dl dt button {
		line-height: 42px;
	}
	/*侧边栏*/
	.sidebar li {
		width: 36px;
		height: 36px;
	}
	.sidebar li i {
		font-size: 14px;
	}
	/*留言表单*/
	.inquiry dl {
		margin: 0;
	}
	.inquiry dl dd {
		width: 100%;
		padding: 8px 0;
	}
	.inquiry input,
	.inquiry textarea {
		padding: 9px 10px;
		border: 2px solid #e5e5e5;
	}
	.inquiry dl dt {
		margin-top: 10px;
		padding: 0;
	}
	/*内页 banner*/
	.ny-ban {
		height: 120px;
	}
	.banTtile h3 {
		font-size: 22px;
	}
	.bread {
		padding: 6px 0 0;
	}
	/*详情上下链接*/
	.xq-toggle {
		display: block;
		padding-top: 10px;
	}
	.xq-toggle .left {
		width: 100%;
	}
	.xq-toggle .right {
		width: 100%;
		margin-top: 10px;
	}
	/*关于标题*/
	.ny-title h3{
		font-size: 22px;
	}
}

@media only screen and (min-width: 1281px) {
	/*头部滚动事件*/

	#header.scrollTop .header .logo {
		width:350px;
	}
	#header.scrollTop .header .logo img {
		height: 60px;
	}
	#header.scrollTop .header .logo h1 a h3 {
		font-size: 24px;
	}
	#header.scrollTop .header .nav {
		width: calc(100% - 250px);
	}
	#header.scrollTop .header .nav_yiji&gt;li&gt;a {
		line-height: 80px;
	}
	#header.scrollTop .header .nav_erji {
		top: 80px;
	}
	#header.scrollTop .header .search .search-box {
		top: 80px;
	}
}</pre></body></html>